This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
The problem is Evaulate returns an array. ~Umberto Nongeroson 19.Dec.03 07:00 PM a Web browser Domino Designer All ReleasesAll Platforms
Also, you need the canonical name
mailbox= Evaluate("@Name([Canonicalize];@Subset (@MailDbName;1))")
mailfile=Evaluate("@Subset(@MailDbName;-1)")
Dim db4 As New NotesDatabase( mailbox(0), mailfile(0))
Third, this is much easier to do...
Dim db4 as NotesDatabase
Dim dir As NotesDbDirectory
Set dir = session.GetDbDirectory("")
Set db4 = dir.OpenMailDatabase